home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
UTILITY
/
DS421.ARJ
/
LIST.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-03-10
|
135b
|
10 lines
echo off
echo
echo No LISTER file specified - Using DOS 'type' command for listing
echo
pause
echo
type %1
echo
pause